This is something people stumble over in their custom CSS.
individual CSS properties: font-weight, font-size, font-family, etc.
</para>
+ <para>
+ The CSS parser now warns about some more constructs that are not according
+ to the CSS spec, such as gradients with a single color stop. Instead,
+ you can just use image(<color>).
+ </para>
+
<para>
The #GtkSizeGroup:ignore-hidden property has not been working properly
for a long time, and we've not documented it as broken and deprecated.